6 22(js 案例應用)

2022-09-14 05:00:11 字數 2247 閱讀 5778

(練習1)簡易計算器:

lang

="en"

>

>

charset

="utf-8"

>

>

加法計算器title

>

>

input

style

>

head

>

>

>

function

calc()

script

>

type

="text"

id="num1"

>

+

type

="text"

id="num2"

>

=type

="text"

id="result"

>

type

="button"

value

="運算"

onclick

="calc()"

>

body

>

html

>

(練習2)黃鶴

>

>

function

generate()

function

$(id)

script

>

>

body

span

button#generate

textarea

style

>

>

>

地名:span

>

type

="text"

id="location"

value

="浙江"

>

>

公司型別:span

>

type

="text"

id="companytype"

value

="網際網路公司"

>

>

>

公司名稱:span

>

type

="text"

id="companyname"

value

="阿里九九"

>

>

老闆姓名:span

>

type

="text"

id="bossname"

value

="牛風"

>

>

>

money:span

>

type

="text"

id="money"

value

="一萬"

>

>

產品:span

>

type

="text"

id="product"

value

="貼膜"

>

>

>

**計量單位:span

>

type

="text"

id="unit"

value

="百"

>

>

align

="center"

>

"generate"

onclick

="generate()"

>

生成button

>

>

"result"

>

浙江最大網際網路公司阿里九九倒閉了,王八蛋老闆牛風吃喝嫖賭,欠下了一萬個億,帶著他的***跑了!我們沒有辦法,拿著貼膜抵工資!原價都是一百多、兩百多、三百多的貼膜,現在全部只賣二十塊,統統只要二十塊!牛風王八蛋,你不是人!我們辛辛苦苦給你幹了大半年,你不發工資,你還我血汗錢,還我血汗錢!textarea

>

div>

>

body

>

html

>

我得加快速度複習了,時間不等人

linux eventfd 應用案例

include include include include include include include include int evfd void f void p printf pid d exit n pthread self int main int argc,char argv ev...

Serverless ETL應用案例

許多大型的電商系統,直播系統,流 系統,每天都會產生大量的資料,包括不僅限於交流,交易 瀏覽等等,這些行為會產生大量的資料,當這些資料來源產生資料後,需要有乙個元件獲取資料源的資料,將資料寫到 kafka,在傳統的解決辦法中,一是通過 lofstash filebeat 等開源的資料儲存方案處理,二...

js 案例 下拉聯動

1 下拉框聯動 需求 有兩個下拉框 省份 城市。選擇省份後更新城市下拉框的內容。先在介面中定義兩個下拉框 select select 在頁面載入結束後給省下拉框新增內容。onload province 新增下拉內容有兩種方式 1是直接將標籤全組織為字串,賦值給province標籤。使用dom.inn...