I learned to use VBA to connect to the PHP API. My PHP function is written like this:
<code> public function vba() { echo 170982358; } </code>
Using the routing rules modified by thinkPHP, this function was made into a page..
But when calling it with vba, it is like this:
Although the result 170982358 was also returned, it was a mess;
But other people’s APIs return clean results. What should I do?
I learned to use VBA to connect to the PHP API. My PHP function is written like this:
<code> public function vba() { echo 170982358; } </code>
Using the routing rules modified by thinkPHP, this function was made into a page..
But when calling it with vba, it is like this:
Although the result 170982358 was also returned, it was a mess;
But other people’s APIs return clean results. What should I do?
You should be using thinkphp and enable Trace mode; this will result in debugging content being output. Just change SHOW_PAGE_TRACE
in the configuration item to false