G-DRAGON - '무제(無題) (Untitled, 2014)'

2014年11月26日 星期三

每日一語程式

<script
language="JavaScript"><!--

tips = new Array(4);
tips[0] = "◎◎◎◎◎";
tips[1] = "◎◎◎◎◎";
tips[2] = "◎◎◎◎◎";
tips[3] = "◎◎◎◎◎";

index = Math.floor(Math.random() * tips.length);
document.write("<CENTER><P><B><FONT SIZE=4 COLOR=DARKBLUE>" + tips[index] + "</CENTER></FONT></B></P>");
// --></script>

沒有留言:

張貼留言