【发布时间】:2019-12-11 09:57:56
【问题描述】:
我在尝试在节点应用程序上输入参数时遇到问题。当我尝试输入带有特殊字符的 URL 时,它会被拆分。我试过这个:node [application name] [URL as parameter]
如果应用程序的 URL 字符串中有“&”
node [application name] https://stackoverflow.com/questions/ask_name=[exemple]&[exemple2]
在我得到的应用程序中:
https://stackoverflow.com/questions/ask_name=[exemple]
剩下的就没有了。 我该怎么办?
【问题讨论】: