Strings should always use double quotes: "this is a string" . ... var user = JSON.parse(json_string); console.log(user.user_id); // output: 54871 if ...
確定! 回上一頁