Click here to Skip to main content
15,919,028 members

Comments by hyjiacan (Top 5 by date)

hyjiacan 5-Dec-17 5:25am View    
Thks, how about that if I have a SessionID ? Or it is impossible ?
hyjiacan 13-Sep-12 20:44pm View    
got it. thank u.
hyjiacan 13-Sep-12 5:51am View    
you mean that when == compares, it converts the type in same and === do not do that ?

Now i am wondering what == does, convert the type, or ignore the type ?

By your words, == converts the type, is that ?
hyjiacan 13-Sep-12 1:04am View    
Thanks, but i want to know how == works,when 32=='32' , why == shows a 'true' ? How js engine works ? How to handle the type ?
hyjiacan 13-Sep-12 1:01am View    
Thanks, but i want to know how == works,when 32=='32' , why == shows a 'true' ? How js engine works ? How to handle the type ?