<?php
$html_url = 'http://api.biblia.com/v1/bible/content/LEB.html?passage=John333&style=fullyFormatted&key=fd37d8';
$str_html = file_get_contents($html_url);
问题:
它显示: 警告:file_get_contents(http://api.biblia.com/v1...
有没有办法可以隐藏此消息,而不是显示诸如“无法显示结果”之类的消息?