charset:asciiコード表

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
charset:asciiコード表 [2008/12/09 12:48] nakayamacharset:asciiコード表 [2019/03/01 23:04] ともやん
行 1: 行 1:
-ASCIIコード表+<ifauth !@loggedinusers><html> 
 +<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
 +<script> 
 +     (adsbygoogle = window.adsbygoogle || []).push({ 
 +          google_ad_client: "ca-pub-0791334967460971", 
 +          enable_page_level_ads: true 
 +     }); 
 +</script></html></ifauth> 
 +====== ASCIIコード表 ======
 <html> <html>
-<table border="1" cellpadding="4" cellspacing="0" style="font-size: 16px; text-align: center;">+<table border="1" cellpadding="4" cellspacing="0" 
 +    style="font-size: 16px; text-align: center;">
     <tr><td bgcolor="aquamarine">下位ビット→<br />↓上位ビット</td>     <tr><td bgcolor="aquamarine">下位ビット→<br />↓上位ビット</td>
 </html> </html>
行 40: 行 49:
 上記のコード表を生成するPHPコード 上記のコード表を生成するPHPコード
 <code php> <code php>
-<table border="1" cellpadding="4" cellspacing="0" style="font-size: 16px; text-align: center;">+<table border="1" cellpadding="4" cellspacing="0" 
 +    style="font-size: 16px; text-align: center;">
     <tr><td bgcolor="aquamarine">下位ビット→<br />↓上位ビット</td>     <tr><td bgcolor="aquamarine">下位ビット→<br />↓上位ビット</td>
     for ($i = 0x00; $i <= 0x0f; $i = $i + 0x01)     for ($i = 0x00; $i <= 0x0f; $i = $i + 0x01)
行 72: 行 82:
 </table> </table>
 </code> </code>
 +
  • charset/asciiコード表.txt
  • 最終更新: 2019/08/19 07:05
  • by ともやん