我想在这里试试这个例子
http://www.codeconscious.com/rebol/rebol-net.html#HTTP
print read/custom http://babelfish.altavista.com/translate.dyn reduce ['POST {text=REBOL+Rules&lp=en_fr}]
由于页面已更改,因为我将其修改为
write clipboard:// read/custom http://babelfish.altavista.com/translate.dyn reduce ['POST {trtext=hello+world&lp=en_fr&btnTrTxt=Translate}]
它确实返回一个 html 页面,但它不包含任何翻译。我错过了什么谢谢?