ຜົນງານ URLEncode ASP

ຄູ່ມືສະຫລຸບ Server Object

ການອະທິບາຍ ແລະ ການນໍາໃຊ້

ວິທີ URLEncode ແມ່ນນຳໃຊ້ກົດລະບຽບ URL Encoding ຕໍ່ກັບຄວາມທີ່ເວົ້າຕໍ່າ.

ຄຳຖານ

Server.URLEncode(string)
ປະສົມ ການອະທິບາຍ
string ທີ່ຈຳເປັນ. ສາຍລະບົບທີ່ຕ້ອງການບັນທຶກ.

ຄວາມຈິງ

<%
response.write(Server.URLEncode("http://www.codew3c.com"))
%>

ການສົ່ງອອກ

http%3A%2F%2Fwww%2Ecodew3c%2Ecom%2Ecn

ຄູ່ມືສະຫລຸບ Server Object