这个是软件问题还是我的写法问题?
@mogoyu 在 这个是软件问题还是我的写法问题? 中说:
const json = '{"result":true, "count":2}';
是你不懂 javascript 语法
const json = '{"result":true, "count":2}';
你把这里的2 改成 200 , 就打印200 了
@mogoyu 在 这个是软件问题还是我的写法问题? 中说:
const json = '{"result":true, "count":2}';
是你不懂 javascript 语法
const json = '{"result":true, "count":2}';
你把这里的2 改成 200 , 就打印200 了