success:function(data){ var arr = data.split('_'); var numArr = arr[0].split(","); var numStr = ""; If(numArr.length==undefined || numArr.length==0){ $("#phonenolist").html('Sorry, no corresponding number was found! '); }else{ }else{ for(var i=0;i numStr = "
That’s how it worked, let me be nice before I’m confused. The parsing of strings by js is still different from the parsing of numeric strings. They can be distinguished so clearly.
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn