`

前端记录

 
阅读更多

XMLHttpRequest().readyState的状态码:

0 (未初始化)还没有调用send()方法
1 (载入)已调用send()方法,正在发送请求
2 (载入完成)send()方法执行完成,已经接收到全部响应内容
3 (交互)正在解析响应内容
4 (完成)响应内容解析完成,可以在客户端调用了

 

@mysql_query()

@符号,叫做错误控制符,用于是否显示错误提示的,即:在php语句前加上@则不会显示错误提

 

【reset()】

reset() 函数把数组的内部指针指向第一个元素,并返回这个元素的值。

 

 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/prototype

String.prototype.construtor 

All String instances inherit from String.prototype. Changes to the String prototype object are propagated to all String instances.

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics