5FMgCNiiYI4MmcMjflvjvy changeset
Changeset | 623361386131 (b) |
---|---|
Parent | None (a) |
a | b | ||
---|---|---|---|
0 | + | ||
0 | + | temp=0x80000000>>6; | |
0 | + | temp=temp<<6 | |
0 | + | temp=temp.toString(16); | |
0 | + | document.write('<div style="position:absolute; top:300px; left:0px;"><p>'+temp+'<\/p></div>'); | |
0 | + | ||
0 | + | //================================================================================================================================= | |
0 | + | ||
0 | + | temp=0x80000000; | |
0 | + | temp=temp.toString(16); | |
0 | + | document.write('<div style="position:absolute; top:300px; left:0px;"><p>'+temp+'<\/p></div>'); | |
... |
|
|