mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-23 09:29:39 +00:00
12 lines
200 B
HTML
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>
|