如图所示,网站wordreference.com上有HELLO这个词的定义。
我迫切希望消除我想要的对象,例如搜索栏,同时将主要定义作为主题。我还必须能够改变wordreference的anwser中所有文本的fontstyle,颜色,大小等。
(...)
echo "<iframe id='first' src='http://api.wordreference.com/definition/{$word}'
frameborder='0'
width='400px'
height='300px'
scrolling='yes'
textcolor='red'
border-style: none;></iframe>";
?>
</body>
答案 0 :(得分:1)
他们有专门用于此的API。您使用不正确。
检查API Docs和http://api.wordreference.com/1/json/enfr/grin
在echo
任何HTML代码之前解析JSON响应。