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

How to use js to print a simple form

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

Share

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

This article shows you how to use js to achieve a simple print form, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something.

For everyone to share the js to achieve the specific code to print the form, for your reference, the specific content is as follows

The effect is as follows:

The code is as follows:

Print a form

Var data= [

{id:1001,icon: "img/1.png", name: "Catering 0", num:1,price:10}

{id:1002,icon: "img/2.png", name: "Catering 1", num:1,price:20}

{id:1003,icon: "img/3.png", name: "Catering 2", num:1,price:30}

{id:1004,icon: "img/4.png", name: "Catering 3", num:1,price:40}

{id:1005,icon: "img/5.png", name: "Catering 4", num:1,price:50}

{id:1006,icon: "img/6.png", name: "Catering 5", num:1,price:60}

{id:1007,icon: "img/7.png", name: "Catering 6", num:1,price:70}

{id:1008,icon: "img/8.png", name: "Catering 7", num:1,price:80}

{id:1009,icon: "img/9.png", name: "Catering 8", num:1,price:90}

{id:1010,icon: "img/10.png", name: "Catering 9", num:1,price:100}]

Var table= ""

/ / the format in which the first bit of the string is # color

For (var iTuno Bandi)

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