一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

difference of function tostring() in ie7 and ff2

Posted on 2008-03-21   |   In javascript

IE7:

alert(/x/.test(function(){'x';}))// => true(function(){'x';}).toString();// => "(function(){'x';})"

FF2:

alert(/x/.test(function(){'x';}))// => false(function(){'x';}).toString();// => "function () { }"
php5 get http response body using curl library
simple javascript inheritance
  • Table of Contents
  • Overview
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter
  1. 1. IE7:
  2. 2. FF2:
© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS