网络营销电子商务研究中心  
How to buy the best prescription safety glasses in Canada? Let's study!
Go Back   网络营销电子商务研究中心 > 网站设计 > PHP
User Name
Password
 
FAQ Members List Calendar Cheap Glasses

Reply
 
Thread Tools Display Modes
  #1   IP: 49.87.137.233
Old 2014-11-17, 05:54 PM
Pacific Beach Pacific Beach is offline
初级会员
 
Join Date: 2008-09-09
Posts: 1
Pacific Beach 现在声名狼藉
Default Smarty中{literal}的使用详解

{literal}
<script>
function Login(){
document.LoginForm.submit();
}
</script>
{/literal}


===============================================================================
Literal 标签区域内的数据将被当作文本处理,此时模板将忽略其内部的所有字符信息. 该特性用于显示有可能包含大括号等字符信息的 javascript 脚本. 当这些信息处于 {literal}{/literal} 标签中时,模板引擎将不分析它们,而直接显示.

===============================================================================
例子:

{literal}
<script language=javascript>

<!--
function isblank(field) {
if (field.value == '')
{ return false; }
else
{
document.loginform.submit();
return true;
}
}
// -->

</script>
{/literal}

例三:

<!DOCTYPE html>
<html>
<head>
{literal}
<script>
function myFunction()
{
alert("Hello World!");
}
</script>
{/literal}
</head>

<body>
<button onclick="myFunction()">点击这里</button>
</body>
</html>
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Prescription-glasses.com offers prescription glasses online at discount prices.
All times are GMT +8. The time now is 11:07 AM.


Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.