{% if article.motto %}<p>{{ article.motto | md }}</p>{% endif %}
在powershell中的curl --data-binary
中映射到什么内容?
Invoke-WebRequest
我试过了:
Curl "http://mysiteURL" -u user:pass --data-binary "input=1&type=3"
答案 0 :(得分:1)
因为微软的人决定powershell应该做这种“劫持”。你可以通过调用curl作为“curl.exe”来避免它。