2xrsa/test.html

12 lines
200 B
HTML
Raw Normal View History

2015-04-28 09:49:04 +00:00
<html><head><script>
2015-04-28 11:09:30 +00:00
//a=atob('////').match(/./g);
//aa=[];
/i=0;
//w/hile(aa[i++]=a.shift()){
//// alert(c.charCodeAt(0));
//}
2015-04-28 11:10:24 +00:00
a="test".split('');
2015-04-28 11:09:52 +00:00
for(c in a)
alert(a[c]));
2015-04-28 09:49:04 +00:00
</script><head></html>