You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
eg url = 'http://api.xxx.com/?boundary=region(深圳)&keyword=莲花山';
in node v0.10.x, when curl in the terminal, req.url displays normally:boundary=region(深圳)&keyword=莲花山
but in node v0.12.0, console.log(req.url) is boundary=region(深�)&keyword=��山
The text was updated successfully, but these errors were encountered:
eg url = 'http://api.xxx.com/?boundary=region(深圳)&keyword=莲花山';
in node v0.10.x, when curl in the terminal, req.url displays normally:boundary=region(深圳)&keyword=莲花山
but in node v0.12.0, console.log(req.url) is boundary=region(深�)&keyword=��山
The text was updated successfully, but these errors were encountered: