echo 'a=1&b=2' | python3 -c "import sys,html; print(html.escape(sys.stdin.read()))"

 

相关文章: