Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the global functions of javascript

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the relevant knowledge of "what are the global functions of javascript". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

The global functions in javascript are: 1, decodeURI (); 2, decodeURIComponent (); 3, encodeURI (); 4, encodeURIComponent (); 5, escape (); 6, eval ().

This article operating environment: windows10 system, javascript 1.8.5, thinkpad T480 computer.

The global methods in JavaScript can be used to create Javascript objects, so what are the global methods in javascript?

The global methods in javascript are:

1. DecodeURI (): decode an encoded URI

2. DecodeURIComponent (): decode an encoded URI component

3. EncodeURI (): encode the string to URI

4. EncodeURIComponent (): encode the string as a URI component

5. Escape (): encode the string

6. Eval (): evaluates the JavaScript string and executes it as script code

7. IsFinite (): check whether a value is a finite number

8. IsNaN (): check whether a value is a number

9. Number (): converts the value of an object to a number

10. ParseFloat (): parses a string and returns a floating point number

11. ParseInt (): parses a string and returns an integer

12. String (): converts the value of an object to a string

13. Unescape (): decodes the string encoded by escape ()

This is the end of the content of "what are the global functions of javascript". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report