有关echo的返回值。
echo的返回值给ajax用来验证。
发现当
PHP code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->echo "a";
时,客户端alert一下,发现是个长度5的数组,前3个为空,第4个为a,最后一个为undefined。
PHP code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->echo 1;
时,客户端alert一下,发现是个长度4的数组,前3个为空,第4个为1。
要去除空格后才能匹配。。。请问是什么情况?
------解决方案--------------------php文件保存为UTF-8无BOM格式。
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn