-1

正如您在图片中看到的,有来自 wordreference.com 网站的 HELLO 一词的定义。

我迫切希望消除我想要的对象,例如搜索栏,同时保留主要定义。我还必须能够更改 wordreference 的 anwser 中所有文本的字体样式、颜色、大小等。 在此处输入图像描述 (...)

    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>

4

1 回答 1

1

他们有专门用于此的 API。您使用不正确。

检查那里的API Docshttp://api.wordreference.com/1/json/enfr/grin

echo在任何 HTML 代码之前解析 JSON 响应。

于 2012-12-05T04:00:21.803 回答