当前位置:网站首页>JS code case
JS code case
2022-06-30 07:51:00 【Fairy-KunKun】
1. Initialize check box
function () {
// Initializes an array to store information about a row in a subsequent selected table
if ( !FR.checkBoxes ) {
FR.checkBoxes = new Array ();
}
var length = FR.checkBoxes.length;
FR.checkBoxes[len] = this;
}
2. Filling page addition
function () {
// add
Add the data on the checkmark to the array generated after initialization
var joinData = function () {
// Initializing an array , You can add the information on the checkmark obtained by traversal , Finally, return to
var datas = [];
// Traverse the check box
for ( var i = 0 ; i<FR.checkBoxes.length ; i++ ) {
// Get the current traversal position
var checkBox = TR.checkBoxes[i];
// If the current checkbox is checked
if ( checkBox.getValue === true ) {
// Get the current number of rows 【 I understand this for the time being 】
var colRow = Fr.cellStr2ColumnRow ( checkBox.options.location );
// Add one to the current number of rows
colRow.col++;
// Get the address of the current line
var location = FR.columnRow2CellStr ( colRow );
// Get the data of the current row
var value = _g().getCellValue ( location , null );
// Insert the acquired data into datas Go to... In the array
datas [ datas.length ] = value;
}
}
}
// Data are separated by commas
return datas.join(",");
}
边栏推荐
- 直击产业落地 | 飞桨重磅推出业界首个模型选型工具
- Cross compile opencv3.4 download cross compile tool chain and compile (3)
- Research Report on search business value in the era of big search in 2022
- Firewall firewalld
- Lexicographic order -- full arrangement in bell sound
- Deep learning - goal orientation
- 【Tensorflow-gpu】window11下深度学习环境搭建
- Combinatorial mathematics Chapter 1 Notes
- 期末复习-PHP学习笔记5-PHP数组
- 【花雕体验】12 搭建ESP32C3之Arduino开发环境
猜你喜欢

为什么大学毕业了还不知道干什么?

深度学习——残差网络ResNets

Deep learning -- using word embedding and word embedding features

期末复习-PHP学习笔记1

Introduction notes to pytorch deep learning (10) neural network convolution layer

Account command and account authority

【花雕体验】12 搭建ESP32C3之Arduino开发环境

Analysis of cross clock transmission in tinyriscv

深度学习——使用词嵌入and词嵌入特征

回文子串、回文子序列
随机推荐
July 30, 2021 [wgs/gwas] - whole genome analysis process (Part I)
Analysys analysis: online audio content consumption market analysis 2022
深度学习——LSTM
【笔记】Polygon mesh processing 学习笔记(10)
Final review -php learning notes 5-php array
Lodash filter collection using array of values
Three software installation methods
STM32 infrared communication 2
回文子串、回文子序列
Line fitting (least square method)
2021-10-29 [microbiology] qiime2 sample pretreatment form automation script
【花雕体验】13 搭建ESP32C3之PlatformIO IDE开发环境
HelloWorld
Deep learning - bounding box prediction
Solve the linear equation of a specified point and a specified direction
Go 数据类型篇之字符串及底层字符类型
Xiashuo think tank: 42 reports on planet update today (including 23 planning cases)
Summary and common applications of direction and angle operators in Halcon
Research Report on search business value in the era of big search in 2022
想转行,却又不知道干什么?此文写给正在迷茫的你