【发布时间】:2019-01-17 02:59:03
【问题描述】:
是否有可能在不使用 javascript 的情况下获取此 url 中“$t”的值?
我想在浏览器中看到的是:12-Jan-2019
不是这个:
{
"version":"1.0",
"encoding":"UTF-8",
"entry":{
"xmlns":"http://www.w3.org/2005/Atom",
"xmlns$batch":"http://schemas.google.com/gdata/batch",
"xmlns$gs":"http://schemas.google.com/spreadsheets/2006",
"id":{
"$t":"https://spreadsheets.google.com/feeds/cells/1m8fyL5Nynv1Q171qyzh450_WjJGp35f9T5OYGfCQwr8/default/public/basic/R2C1"
},
"updated":{
"$t":"2019-01-17T01:51:01.318Z"
},
"category":[
{
"scheme":"http://schemas.google.com/spreadsheets/2006",
"term":"http://schemas.google.com/spreadsheets/2006#cell"
}
],
"title":{
"type":"text",
"$t":"A2"
},
"content":{
"type":"text",
"$t":"12-Jan-2019"
},
"link":[
{
"rel":"self",
"type":"application/atom+xml",
"href":"https://spreadsheets.google.com/feeds/cells/1m8fyL5Nynv1Q171qyzh450_WjJGp35f9T5OYGfCQwr8/default/public/basic/R2C1"
}
]
}
}
【问题讨论】:
-
JSON (JavaScript Object Notation) 是一种轻量级的数据交换格式
标签: html json google-sheets