前端调试-变量名写错在前端和后端如何检查调试

在前端中:

js变量名写错了:

var regemail = /^(a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/; 
if(!regEmail.test(emial)){...}

可以用chrome的 开发者工具,进行调试。

在后端:

变量名写错

直接调试好了。

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments