我通过调试器运行此代码;它没有任何缺陷返回。
Source = *Web.Page(Web.Contents(""https://in.finance.yahoo.com/quote/20MICRONS.NS/history?p=20MICRONS.NS"")*)
警告:参数1到wp_default_styles()应该是一个参考值,在第600行的/homepages/27/d653904259/htdocs/clickandbuilds/Jellyx/wp-includes/plugin.php中给出
第600行:
do {
foreach ( (array) current($wp_filter[$tag]) as $the_ )
if ( !is_null($the_['function']) )
call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));
} while ( next($wp_filter[$tag]) !== false );
array_pop($wp_current_filter);
答案 0 :(得分:-3)
更新 WordPress 或尝试添加
define('WP_DEBUG', false);
到wp-config.php
。