doctype html
>
<
html
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>
title
>
<
script
src="js/vue.js"
>
script
>
head
>
<
body
>
<
div
id="container"
>
<
p>}
p>
<
my-article
>
my-article
>
div>
<
script
>
//要採用元件化的方式來編寫頁面,
//把任何乙個可被重用的元素封裝成元件
//everything is component
vue.component(
"my-title",)
vue.component(
"my-content",)
vue.component(
"my-article",)
newvue(
})script
>
body
>
html
>
doctype html
>
<
html
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>
title
>
<
script
src="js/vue.js"
>
script
>
head
>
<
body
>
<
div
id="container"
>
<
p>}
p>
<
my-form
>
my-form
>
div>
<
script
>
//建立元件my-user
vue.component(
"my-user",)
vue.component(
"user-input",)
vue.component(
"my-pwd",)
vue.component(
"pwd-input",)
vue.component(
"my-login",)
vue.component(
"my-resign",)
//復合元件作為根元件名字必須是烤串式的,駝峰的會報錯
vue.component(
"my-form",)
newvue(
})script
>
body
>
html
>
android構建復合元件
package andorid.j.awin import android.content.context import android.graphics.canvas import android.util.attributeset import android.view.view import ...
登錄檔單驗證
注意 1.或 和null的區別 或 指向長度為0的字串,佔記憶體空間 null不分配記憶體空間 例如 if email.value email.value null 注意 和 的區別 和 的區別 2 indexof 用法和 lastindexof 用法的區別 apos value.indexof 找...
ExtJS登錄檔單
使用者在註冊時,需要填的表單太長,為此需顯示滾動條,但注意有兩個屬性需要更改formpanel autoheight false,height 100 autoscroll true,由於整個的form是放在fieldset中,其預設的布局時靠左邊的,可以通過columnlayout來控制設定左右兩...