Town Field Poem:
The Pure Heart sentiment wisdom language, does not have the world name and the benefit. Learn water under the hundred rivers, give up arrogant slow meaning.
Learn to have a small return to feed root, willing to cast a conscience blog. Sincere in this writing experience, willing to see the text to inspire.
——————————————————————————————————————————
Code
1 <! DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv = "Content-Type" content = "text / html; charset = utf-8" />
5 <title> </ title>
6 <script type = "text / javascript">
7 // Round up, the fractional part is not rounded up, the decimal part is rounded up. No matter how small the decimal is, they are all rounded
8 document.write (Math.ceil (1.1) + "<br />");
9 document.write (Math.ceil (1.9) + "<br />");
10 document.write (Math.ceil (3) + "<br />");
11 </ script>
12 </ head>
13 <body>
14
15 </ body>
16 </ html>
Result
——————————————————————————————————————————
The essence of the blog, in the technical part, more in the town yard a poem. ide:vs2015; Browser: Firefox.
Html+css+js, strong, worth studying hard. The video tutorial of the Preach Intelligence podcast is my Learning Resource, recommended.
If there are any improvements to the blog post, please leave a comment and I'll think it over.
Note: Because Bo Master realm is not enough, so this article only for testing and reference use, not for other purposes. The terms of use are accepted on your behalf when you refer to the content of your blog.
JavaScript base Math.ceil () rounding up the fractional part does not round up, there are decimal points in. Decimals are small, they are rounded up.