我想在hide_it变量上隐藏p基。所以在我的控制器hide_it设置为true
-if(!hide_it)
p hello
但是当我在玉石中时它不起作用
<html>
<head>
</head>
<body>
<p id="cn"> Click on the button to change the light button</p>
<button type="button" onclick="changefont()">Click</button>
<script src="external.js"></script>
</body>
答案 0 :(得分:0)
Jade缩进是&#34; 2个空格&#34;
你应该使用
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "b07.cs.plantravel"
minSdkVersion 23
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:design:22.2.0'
compile 'com.jakewharton:butterknife:6.1.0'
}
它也适用于&#34; - &#34;前缀(javascript模式)但在这种情况下不建议使用标准的Jade if !hide_it
p hello
表示法。
您可以在在线演示中测试您的模板 - http://jade-lang.com/demo/