responseText contains extra whitespace characters (new lines, line feeds), how to prevent and remove them?

前端 未结 6 557
忘了有多久
忘了有多久 2021-01-03 13:17

I have an ajax script that calls a php file.

The php file echos \"yes\" or \"no\", I want to use the strings to do logical comparisons.

In the javascript,

6条回答
提交回复
热议问题