賢い、それを解決する方法

WBOY
リリース: 2016-06-13 13:10:45
オリジナル
810 人が閲覧しました

Smarty
include "libs/Smarty.class.php";
$smarty = new Smarty();
$smarty->template_dir ="tpls/templates";
$smarty->compile_dir = "tpls/templates_c";
$smarty->gt;config_dir = "tpls/config";
$tpl->gt;left_delimiter = "<{";
$tpl->right_delimiter = "}>";

?>
解析エラー: 構文エラー、E:AppServwwwtestsmartymain.php の 3 行目に予期しない T_VARIABLE
3 行目でエラーが報告されましたline
どなたかアドバイスをいただけますか...


-----解決策----- ---------------全角スペースを半角スペースに変更するだけです


include"libs/Smarty.class.php ";
$smarty = new Smarty(); > $smarty->template_dir ="tpls/templates";
$smarty->compile_dir ="tpls/templates_c";
$smarty ->config_dir = "tpls/config";
$ Smarty->cache_dir ="tpls/cache";
$tpl->gt;left_delimiter = "<{";
$tpl->gt ;right_delimiter = "}>>";


------解決策---------

話し合う

3行目のスペースを半角に変更しても同じエラーが報告されます...


------解決策---------
コピーしたコードにはさらに 11 個あります。完全-全角スペース 全角スペースは全文に置き換えてください

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!