アットウィキロゴ

sw

import "dart:html";
 
main() {
 
String str;   
var title = new Element.html("<h2>猫</h2>");
document.body.children.add(title);
 
 
 
}
最終更新:2013年11月21日 02:28