我使用<input type="datetime-local">将日期存储在数据库中,现在为了更新目的,我想返回<input type="datetime-local">中的日期。$query="select * from exam_schedule where subject_name='$name' AND class_id='$schedule_id' limit 1";whil
我试图通过importXml google sheet函数从html表中获取时间值。当我将单元格格式设置为“纯文本”时,对于html表中的值“06:50”,我会在工作表单元格中得到这个值。如何在纯文本中获得与html表中相同的值?Google“自动”格式在“时间”格式中显示正确的值,但我只想要纯文本,因为我在脚本中使用它。