06 2023 档案

摘要:将字符串保存为文本文件 注:文件保存在当前电脑、下载文件夹中 1 //保存 2 var mySave = function () { 3 console.log(event) 4 const content = 'a plain text.' 5 const blob = new Blob([ co 阅读全文
posted @ 2023-06-19 10:19 AutomationAnywhere 阅读(277) 评论(0) 推荐(0) 编辑
摘要:1. 固定数据的jexcel框架 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="web_page_ssc_test" %> <!DOCTYPE html> <html xmlns="ht 阅读全文
posted @ 2023-06-14 11:13 AutomationAnywhere 阅读(538) 评论(0) 推荐(0) 编辑
摘要:写在*.aspx中 1 //增加行 OK 2 var addRow = function () { 3 var fieldName = "type"; //字段名 4 var modifyValue = "请输入"; //值 5 //var tempConfirm = confirm("modify 阅读全文
posted @ 2023-06-14 11:11 AutomationAnywhere 阅读(34) 评论(0) 推荐(0) 编辑
摘要:写在*.aspx中 1 //删除行 OK 2 var myDeleteRow = function () { 3 var DBID = document.getElementById("my_textbox").value; 4 //var tempConfirm = confirm("DBID为: 阅读全文
posted @ 2023-06-14 11:09 AutomationAnywhere 阅读(30) 评论(0) 推荐(0) 编辑
摘要:aspx文件 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="有效代码_修改单元格并同步数据库.aspx.cs" Inherits="web_page_ssc_有效代码_刷新" %> 2 3 <!DOCTYPE html> 4 5 阅读全文
posted @ 2023-06-01 16:59 AutomationAnywhere 阅读(53) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示