Use js small]. Value;
Vardanwei=Array(",ten ",
varinputvalue = parse int(input);
Varl= input length;
Vara= new array (l);
Varb= new array (l);
Var result =
for(varI = 0; I)
{
a[i]=input.substr(i, 1);
b[I]= get Chinese(a[I]);
Results =b[I] unit [l-i-1];
}
Documents. Form [0]. Element [at most]. Value = result;
}
Function getchinese(p)
{
Var input = p;;
If (input ==0)
return
elseif(input== 1
Elseif (input ==2
Elseif (input ==3
Elseif (input ==4
Elseif (input ==5
Elseif (input ==67
Elseif (input ==8
Elseif (input ==9
}
Value= border color: #9900FF"/
Give me a piece of code that html restricts the text box to only enter numbers?
You can use the number type of html5 to restrict the text box to only enter numbers. The specific steps are as follows: the materials to be prepared are: computer, browser and ultraedit.
1. Create a new blank html file in the ue editor.
2. Enter the following html code in the ue editor.
3. After editing, click Save in the ue editor and select UTF8 without BOM as the format.
4. Open this html file in the browser, and you can see that the final text box you want to realize can only input digital effects.
How to add numbers to canvas in Python drawing?
Like the canvas of HTML5, there is also a canvas canvas in the GUI visual design of python language. On the canvas, you can draw straight lines, rectangles, circles and so on. The first step is to open the eclipse tool that has created a python project, create a new python file, and define a window. The second step is to define a drag button, initialize the text content of the button, and add an event. Step 3, declare a canvas with a green background and a width and height of 200. Step 4, define four coordinate variables a 1, a2, b 1, b2 respectively, and draw a straight line with create_line. Step 5, after setting up, run this file and see the effect displayed on the canvas. Step 6, modify the background color of the canvas, save the file, and preview the viewing effect again. The background color has changed. Find it useful. I like it.
How to make multiple music loops in html5?
How to operate specifically, you can see here.
1, code adjustment:
Width and height are the width and height of the player, which can be set flexibly. If you play videos, you can set them to appropriate numbers.
If you don't want players to appear, you can change it to width=0height=0.
Autostart="true "means automatic playback,
Autostart="false "means that it will not play automatically.
Loop = "true "means continuous loop playback,
Loop = "false "means that there is no loop playback.
Loop can be equal to an integer, such as loop="5 ",that is, the music is played five times in a loop.
2. Add the player code:
Manage Blog-Personal Homepage Maintenance-Customize Blank Panel, and click to enter the editing interface-Add, which is the interface for adding blank panel. Enter your favorite name in "panel title", such as "player"; To add code in the Panel, first select Show Source Code (there is a green check mark in the box in front of the dot) and copy and paste the code into the Panel.
Click the box in front of Show Source Code to clear the green check mark in the box. A black rectangle appears in the Panel. Click Save, OK and Back below to finish adding.
3. Install the player:
Manage Blog-Customize Settings-Customize My Home Page, with a vertical floating box on the left.
Click "Add Module" in the middle to open the list of customizable modules. In the Custom Blank Panel, find the name of the blank panel you just added, with a space in front of it. Click the space to select it, then click "Select" below to return to the front, and click "Save Settings" in a vertical floating box on the left to complete the player installation.
There seems to be a lot to say, but the installation is very simple and it is completed in a few steps.
4. Adjust the position of the player:
Go to Manage Blog-Customize Settings-Click Customize My Homepage and put the mouse on the blue bar above the player. When the mouse appears cross-shaped, hold down the left button and drag the blue bar up and down to your favorite position-finally save it.
Other columns in the sidebar can also be adjusted in this way.
What does the down arrow in html5 mean?
1. Open a Word document, hold down the Alt key, and then enter the number 4308 1 to get the arrow in the upper left corner. Only the numeric keypad on the right side of the keyboard is valid. 2, ALT+43082, you can get the upper right arrow. 3. Press ALT+43083 to get the lower right arrow. 4. Press ALT+43084 to get the _ arrow. 5. Or input Pinyin Shang You, the fifth arrow in the input method is _ arrow, and other arrows can also be directly input Pinyin.
Html5 simple question, how to not wrap? Do you know?
1. You determine the width of the table, that is, give the table a width value (a numerical value, not a percentage).
2. Force no line break p {// Blank: no line break; Normal breach of contract; Force all text to appear on the same line until the text ends or the br object is blank: nowrap;; } word wrap p {word-wrap: break-word; //Set forced line break for hyphenation; Normal text rules for Asian languages and non-Asian languages, allowing word breaks: normal; } Force English words to wrap p {word-break: break-all; }
3. To sum up, as long as the following statements are defined in CSS, you can ensure that the webpage will not be opened again. Table {Table layout: fixed; }td (hyphenation: break-all;; Word wrap: hyphenation; ) Note: 1. The first table {table-layout: fixed; }, this style can make the watch have! ! ! (exclamation point) and so on. 2.td{word-break:break-all}, this sentence is ok in general, but it will still be a little stretched in some special circumstances, so it is necessary to add the following sentence (word-wrap: break-word; ) can be solved. This style can make some continuous English words in the table wrap automatically. /( 1) syntax: word-break: normal | break-all | keep-all parameters: normal: according to the text rules of Asian languages and non-Asian languages, line breaks are allowed in Word. Breaking all: This behavior is normal in Asian languages. Non-Asian language text lines are also allowed to wrap in any word. This value applies to Asian text keep-all that contains some non-Asian text: it is the same as the standard value of all non-Asian languages. For Chinese, Korean and Japanese, word breaks are not allowed. Suitable for non-Asian text containing a small amount of Asian text (2) Syntax: word-wrap:normal|break-word parameters: normal: allow content to open the specified container boundary break-word: the content will wrap within the boundary. Word breaks can also occur if necessary. Description: Sets or gets whether the line breaks when the line exceeds the specified container boundary. The corresponding script function is word wrap. Please refer to other bibliographies I have compiled. (3) Syntax: table-layout:auto | Fixed parameter: auto: default automatic algorithm. The layout will be based on the contents of each cell. The table will not be displayed until each cell is read and calculated. Slow fixed: an algorithm for fixed layout. In this algorithm, the horizontal layout is only based on the width of the table, the width of the table border, the cell spacing and the width of the column, and has nothing to do with the table content. Sets or retrieves the layout algorithm of the table. The corresponding script feature is tableLayout.
4. According to most articles on the Internet, just add: code .......... code: table {table-layout: fixed; Word-breaking: all broken; Word wrap: hyphenation; } p {hyphenation: break-all;; Word wrap: hyphenation; } can solve the problem of broken tables and layers, which I did at the beginning. But this code will cause a problem, and you will find that all English words are truncated, which is not in line with English writing habits and is not conducive to reading. Later, I found that the above code can be rewritten to prevent the table/layer from bursting and word breaking. As follows: code code: table {table-layout: fixed; Word wrap: hyphenation; } p {word break: word break; }