text 如果是其他例子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 如果是其他例子相关的知识,希望对你有一定的参考价值。

<?php
if (is_page('12')) {
    // below content only show when page id is 12
    echo 'This is page id 12';

} elseif ( is_page( '14' ))  {  
// if page id is 14 then it will show below line only
echo 'Email me for to discuss your project';

}

// if page id is not 12 & 14 then below line will be print
else { 
  echo 'Get Your Water Bore Quote Here!';
  } 


?>
</code></pre>

<h2>If home condition</h2>

<?php
if ( isfrontpage() ) {
    // This is a homepage
} else {
    // This is not a homepage
}
?>

以上是关于text 如果是其他例子的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript的type属性等于text/html 例子

text git hook在`git pull`之后运行命令如果指定的文件被更改。在这个例子中它用于运行`npm install`如果package.json ch

python 如果 - 其他例子

HTML <span> 标签是啥意思?怎么用?

[Tkinter 教程10] Text 控件

通过 python 发送 Html 文件