我想对此进行网址编码:
SELECT name FROM user WHERE uid = me()
我需要为此下载一个模块吗?我已经有了请求模块。
您可以使用JavaScript的encodeURIComponent:
encodeURIComponent
encodeURIComponent('select * from table where i()')