差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| javascript:brython [2019/08/06 21:05] – 作成 ともやん | javascript:brython [2020/04/16 04:04] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ====== Brython ====== | + | < |
| + | < | ||
| + | @font-face { | ||
| + | font-family: | ||
| + | src: url(/ | ||
| + | } | ||
| + | # | ||
| + | background-color: | ||
| + | color: #2a4494; | ||
| + | text-decoration: | ||
| + | font-family: | ||
| + | font-size: 3em; | ||
| + | width: fit-content; | ||
| + | padding: 0 10px; | ||
| + | } | ||
| + | # | ||
| + | margin: 0; | ||
| + | } | ||
| + | </ | ||
| + | </ | ||
| + | ====== Brython | ||
| + | <WRAP # | ||
| + | Brython | ||
| + | </ | ||
| + | 本家: [[https:// | ||
| + | ソースコード: | ||
| + | \\ | ||
| + | 2019/08/06 現在の Brython のバージョンは 3.7.4 である。\\ | ||
| + | |||
| + | ===== コンソール ===== | ||
| + | < | ||
| + | < | ||
| + | .codearea { | ||
| + | background-color: | ||
| + | color: #fff; | ||
| + | font-family: | ||
| + | font-size: 14px; | ||
| + | overflow: auto; | ||
| + | } | ||
| + | </ | ||
| + | < | ||
| + | <script type=" | ||
| + | <script src="/ | ||
| + | <script src="/ | ||
| + | < | ||
| + | jQuery(function(){ | ||
| + | brython({' | ||
| + | }); | ||
| + | </ | ||
| + | </ | ||
| + | \\ | ||
| + | \\ | ||
| + | HTML ソースコード\\ | ||
| + | <code html> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | .codearea { | ||
| + | background-color: | ||
| + | color: #fff; | ||
| + | font-family: | ||
| + | font-size: 14px; | ||
| + | overflow: auto; | ||
| + | width: 100%; | ||
| + | height: 100%; | ||
| + | } | ||
| + | </ | ||
| + | </ | ||
| + | < | ||
| + | < | ||
| + | <script type=" | ||
| + | <script src="/ | ||
| + | <script src="/ | ||
| + | < | ||
| + | jQuery(function(){ | ||
| + | brython({' | ||
| + | }); | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||