javascript - How do I URl encode something in Node.js? -


i want url encode this:

select name user uid = me()  

do have download module this? have request module.

you can use javascript's encodeuricomponent:

encodeuricomponent('select * table i()') 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -