2xrsa/test.html
2015-04-28 14:10:24 +03:00

12 lines
200 B
HTML

<html><head><script>
//a=atob('////').match(/./g);
//aa=[];
/i=0;
//w/hile(aa[i++]=a.shift()){
//// alert(c.charCodeAt(0));
//}
a="test".split('');
for(c in a)
alert(a[c]));
</script><head></html>