js.slot.picker:用于创建插槽选择表的 javascript

preview
共6个文件
md:1个
gitignore:1个
html:1个
需积分: 0 0 下载量 68 浏览量 更新于2021-07-12 收藏 31KB ZIP 举报
js.slot.picker 用于创建插槽选择表的 javascript 检查 index.html 例如主要功能: setup_slot_table(rows, cols, {"display_slot_name": boolean, "display_slot_header": boolean}); 行:行名称数组。 例如:['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun'] cols:cols 值的数组。 例如 ['a', 'b', 'c', 'd', 'e', 'f'] restore_slot_table(mat,{“display_slot_name”:boolean,“display_slot_header”:boolean}) mat:每个映射 [row][col] 具有 0/1 值的矩阵 例如:mat = { 'm