callbag html:用于callbag的html标记库 源码

major6761 5 0 ZIP 2021-04-01 03:04:56

callbag-html 用于callbag的html标记库 例子 const { div , span , br } = require ( 'callbag-html' ) const { pipe , map , interval } = require ( 'callbag-basics' ) // A callbag stream of an HTMLElement const clock = pipe ( interval ( 1000 ) , map ( ( ) => span ( `The time is ${ new Date ( ) . toString ( ) } ` ) ) ) document . body . appendChild ( div ( [ span ( 'The time is:' ) , // Can acce

用户评论
请输入评论内容
评分:
暂无评论