This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
chuck
/
mini-ocr-test
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
17f501f5ea
ブランチ
タグ
master
mini-ocr-test
/
plugin
/
pages
/
hello-page.js
hello-page.js
111 B
履歴
Raw
1
2
3
4
5
6
7
// plugin/pages/hello-page.js
Page({
data: {},
onLoad() {
console.log('This is a plugin page!')
}
})