モエを使えるようにする |
<head> </head> | >> |
<head> <script src="http://moe.ed8.jp/moe.cgi"></script> </head> |
モエを書く場所 |
<body> </body> | >> |
<body> <script><!-- //--> </script> </body> |
一番簡単な書き方 |
<script><!-- //--> </script> | >> |
<script><!-- moe ( 0, 0, "00.gif" ) ; moe ( 0, 0, "01.gif" ) ; //--> </script> |
moeの引数について |
一番簡単な書き方の「まとめ」 |
<html> <head> </head> <body> </body> </html> | >> |
<html> <head> <script src="http://moe.ed8.jp/moe.cgi"></script> </head> <body> <script><!-- moe ( 0, 0, "00.gif" ) ; moe ( 0, 0, "01.gif" ) ; //--> </script> </body> </html> |
一番簡単な書き方の「補足」 |