TAILIEUCHUNG - Học JavaScript qua ví dụ part 30

Số đối tượng Bây giờ chúng ta đã đi du lịch này, đến nay trong JavaScript, có bạn tự hỏi làm thế nào để định dạng một số điểm nổi khi bạn hiển thị nó, bạn có thể có chức năng printf trong C hay Perl? Vâng, các đối tượng số, giống như các đối tượng String, cung cấp cho bạn các thuộc tính và phương pháp để xử lý và tùy biến dữ liệu số. | The Math Object 259 EXAMPLE continued The search method found dad at position index br 4 var mysubstr index 3 After replacing dad with POP br 5 mysubstr POP br script small font body html EXPLANATION 1 An e-mail address is assigned to the string variable straddr. 2 The replace method takes two arguments the search string and the replacement string. If the substring Daniel is found it is replaced with Jake. 3 The search method takes a substring as its argument and returns the first position where a substring is found in a string. In this example the substring dad is searched for in the string DanielSavage@ and is found at position 13. 4 The substr method returns the substring found at position 13 3 in the string DanielSavage@ dad. 5 The substring dad is replaced with POP in the string see Figure . Figure The search and replace String methods Output from Example . The Number Object Now that we ve travelled this far in JavaScript have you wondered how to format a floating-point number when you display it as you can with the printf function in C or Perl Well the Number object like the String object gives you properties and methods to handle and customize numeric data. The Number object is a wrapper for the primitive numeric values see Chapter 2 Script Setup which means you can use a primitive number type From the Library of 260 Chapter 9 JavaScript Core Objects or an object number type and JavaScript manages the conversion back and forth as necessary. The Number object was introduced in JavaScript . The Number constructor takes a numeric value as its argument. If used as a function without the new operator the argument is converted to a primitive numeric value and that number is returned if it fails NaN is returned. The Number object has a number of properties and methods as listed in Tables and . FORMAT var number

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.