aaa

Revision 346236373161 () - Diff

Link to this snippet: https://friendpaste.com/5FMgCNiiYI4MmcMjflvjvy
Embed:
1
2
3
4
5
6
7
8
9
10
temp=0x80000000>>6;
temp=temp<<6;
temp=temp.toString(16);
document.write('<div style="position:absolute; top:300px; left:0px;"><p>'+temp+'<\/p></div>');
//=================================================================================================================================

temp=0x80000000;
temp=temp.toString(16);
document.write('<div style="position:absolute; top:300px; left:0px;"><p>'+temp+'<\/p></div>');