# DataShow
**Repository Path**: szrwjyyl/data-show
## Basic Information
- **Project Name**: DataShow
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2024-10-11
- **Last Updated**: 2024-10-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 这里是大数据呈现技术的仓库
## JavaScript基础
### 0919作业
第1章对JavaScript进行了概述性的介绍,从本章开始将对JavaScript进行深入讨论,并分析JavaScript的核心ECMAScript,让读者从底层了解JavaScript,如JavaScript的基本语法、变量、关键字、保留字、语句、函数等。
### 测试
```js
``
1.53 复制打开抖音,看看【糖醋李脊🤩的图文作品】# 秋招 学历祛魅的时代,谁能幸免# 秋招太难了 ... https://v.douyin.com/ikELeoyE/ Bgb:/ Q@K.Ji 08/27
function accounts(){
var num1=document.getElementById("cartList").firstElementChild.firstElementChild.nextElementSibling.nextElementSibling.innerHTML||document.getElementById("cartList").firstChild.firstChild.nextSibling.nextSibling.innerHTML;
var num2=document.getElementById("cartList").firstElementChild.nextElementSibling.lastElementChild.previousElementSibling.innerHTML||document.getElementById("cartList").firstChild.nextSibling.lastChild.previousSibling.innerHTML
var total=document.getElementById("cartList").lastElementChild.firstElementChild.innerHTML||document.getElementById("cartList").lastChild.firstChild.innerHTML;
var str="您本次购买的商品信息如下:
白岩松:白说:"+num1+"
岛上书店:"+num2+"
商品共计:"+total;
document.getElementById("cartList").nextElementSibling.innerHTML=str;
}