js 开发注意事项

涉及api post 请求的,

涉及sqlite 存储的,

     conent 用encodeURIComponent, decodeURIComponent ,处理

JSON.parse 最好加上try {}catch(e){} //并写入日志

原文地址:https://www.cnblogs.com/cbugs/p/8487341.html