
BS
tone1128
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
select下拉框取值与清空数据
一.获取select被选中的option的值1.js实现var selected = document.getElementById(‘selectedId’); //定位idvar index = selected.selectedIndex; // 选中索引var text = selected.options[index].text; // 选中文本var value = sele...原创 2019-12-17 09:36:59 · 13055 阅读 · 0 评论 -
浏览器在线预览word execl ppt image txt pdf
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LocalhostOpenFile.aspx.cs" Inherits="LocalhostOpenFile" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www....转载 2019-04-19 11:44:04 · 638 阅读 · 0 评论