var bio = { "name": "QUBE", "role": , "welcomemessage": , "biopic": , contacts = { "mobile": , "email": , "github": , "location": , } "skill": [],}在https://jsonlint.com/檢測Error: Parse error on line 1:var bio = { "name":^Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'實在不知道哪里出了問題。。
3 回答
qq_浮生未歇_0
TA貢獻2條經(jīng)驗 獲得超2個贊
{
? ? "name": "QUBE",
? ? "role": "",
? ? "welcomemessage": "",
? ? "biopic": "",
? ? "contacts": {
? ? ? ? "mobile": "",
? ? ? ? "email": "",
? ? ? ? "github": "",
? ? ? ? "location": ""
? ? },
? ? "skill": []
}
