$.post("queryTIciptBaseAuxType",{},function(data) {
The data returned here is an obejct object
}
$.post("queryTIciptBaseAuxType",function(data){
The data returned here is a string
}
The difference is that there is a {} missing in the middle. It only shows the result but not the reason. Welcome to try it!
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