[' border-width: 1px', ' border-style: solid', ' border-color: rgb(51, 51, 51)']。JS中如何获取数组里面每一个属性的值。写一段代码
时间: 2024-01-23 17:02:40 浏览: 142
你可以使用`map`方法来遍历数组,并使用正则表达式或字符串处理方法来提取每个属性的值。以下是一个示例代码:
```javascript
const array = ['border-width: 1px', 'border-style: solid', 'border-color: rgb(51, 51, 51)'];
const values = array.map(item => {
const property = item.split(':')[0].trim();
const value = item.split(':')[1].trim();
return { property, value };
});
console.log(values);
```
这段代码将输出一个包含每个属性和值的对象数组:
```javascript
[
{ property: 'border-width', value: '1px' },
{ property: 'border-style', value: 'solid' },
{ property: 'border-color', value: 'rgb(51, 51, 51)' }
]
```
你可以根据需要进一步处理这些值,比如存储到变量中或进行其他操作。
相关问题
<div class="" style="position: absolute; display: block; border-style: solid; white-space: nowrap; z-index: 9999999; box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px; transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; background-color: rgb(255, 255, 255); border-width: 1px; border-radius: 4px; color: rgb(102, 102, 102); font: 14px / 21px sans-serif; padding: 10px; top: 0px; left: 0px; transform: translate3d(534px, 131px, 0px); border-color: rgb(49, 135, 216); pointer-events: none; visibility: hidden; opacity: 0;"> 内蒙古自治区 21个 </div>写一个<div class="" style="position: absolute; display: block; border-style: solid; white-space: nowrap; z-index: 9999999; box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px; transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; background-color: rgb(255, 255, 255); border-width: 1px; border-radius: 4px; color: rgb(102, 102, 102); font: 14px / 21px sans-serif; padding: 10px; top: 0px; left: 0px; transform: translate3d(534px, 131px, 0px); border-color: rgb(49, 135, 216); pointer-events: none; visibility: hidden; opacity: 0;"> 内蒙古自治区 21个 </div>写一个
这个 `<div>` 元素的样式比较复杂,包含了很多属性,如果要精确地复制这个元素,可以直接将其源代码复制到你的 HTML 文件中。如果你只是想了解如何使用 Python 和 Selenium 来创建一个类似的元素,可以参考下面的代码:
```python
from selenium import webdriver
# 创建 Chrome 浏览器实例
driver = webdriver.Chrome()
# 访问需要创建元素的页面
driver.get("https://example.com")
# 创建一个 <div> 元素
div = driver.execute_script('''
var div = document.createElement("div");
div.innerHTML = "内蒙古自治区 21个";
div.setAttribute("style", "position: absolute; display: block; border-style: solid; white-space: nowrap; z-index: 9999999; box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px; transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; background-color: rgb(255, 255, 255); border-width: 1px; border-radius: 4px; color: rgb(102, 102, 102); font: 14px / 21px sans-serif; padding: 10px; top: 0px; left: 0px; transform: translate3d(534px, 131px, 0px); border-color: rgb(49, 135, 216); pointer-events: none; visibility: hidden; opacity: 0;");
document.body.appendChild(div);
return div;
''')
# 显示元素
driver.execute_script('''
arguments[0].style.visibility = "visible";
arguments[0].style.opacity = "1";
''', div)
```
这段代码会在页面上创建一个与原始元素相似的 `<div>` 元素,并将其显示出来。如果需要更改元素的文本或样式,可以修改 `innerHTML` 或 `style` 属性的值。
优化这个页面代码:.login { text-align: center; margin: 100px auto; width: 600px; height: 520px; background-color: rgba(87, 86, 86, 0.2); border-radius: 25px; box-shadow: 5px 2px 35px -7px #ff9a9e; } .login h2 { margin-top: 40px; color: aliceblue; font-weight: 100; } .login_form { padding: 20px; } .login_form span { color: rgb(131, 220, 255); font-size: 18px; font-weight: 100; } .login_form input { background-color: transparent; width: 320px; padding: 2px; text-indent: 2px; color: white; font-size: 30px; font-family: "KaiTi"; height: 45px; margin: 30px 30px 30px 5px; outline: none; border: 0; border-bottom: 1px solid rgb(131, 220, 255); } input::placeholder { color: #fbc2eb; font-weight: 100; font-size: 18px; font-style: italic; } .login_btn { background-color: rgba(255, 255, 255, 0.582); border: 1px solid rgb(190, 225, 255); padding: 10px; width: 220px; height: 60px; border-radius: 30px; font-size: 35px; font-family: "KaiTi"; color: white; font-weight: 100; margin-top: 15px; } .login_btn:hover { box-shadow: 2px 2px 15px 2px rgb(190, 225, 255); background-color: transparent; /* 选择动画 / animation: login_mation 0.5s; } / 定义动画 */ @keyframes login_mation { from { background-color: rgba(255, 255, 255, 0.582); box-shadow: 0px 0px 15px 2px rgb(190, 225, 255); } to { background-color: transparent; box-shadow: 2px 2px 15px 2px rgb(190, 225, 255); } }
.login {
text-align: center;
margin: 100px auto;
width: 600px;
height: 520px;
background-color: rgba(87, 86, 86, 0.2);
border-radius: 25px;
box-shadow: 5px 2px 35px -7px #ff9a9e;
}
.login h2 {
margin-top: 40px;
color: aliceblue;
font-weight: 100;
}
.login_form {
padding: 20px;
}
.login_form span {
color: rgb(131, 220, 255);
font-size: 18px;
font-weight: 100;
}
.login_form input {
background-color: transparent;
width: 320px;
padding: 2px;
text-indent: 2px;
color: white;
font-size: 30px;
font-family: "KaiTi";
height: 45px;
margin: 30px 30px 30px 5px;
outline: none;
border: 0;
border-bottom: 1px solid rgb(131, 220, 255);
}
input::placeholder {
color: #fbc2eb;
font-weight: 100;
font-size: 18px;
font-style: italic;
}
.login_btn {
background-color: rgba(255, 255, 255, 0.582);
border: 1px solid rgb(190, 225, 255);
padding: 10px;
width: 220px;
height: 60px;
border-radius: 30px;
font-size: 35px;
font-family: "KaiTi";
color: white;
font-weight: 100;
margin-top: 15px;
transition: all 0.3s ease-in-out; /* 添加过渡效果 */
}
.login_btn:hover {
box-shadow: 2px 2px 15px 2px rgb(190, 225, 255);
background-color: transparent;
animation: login_mation 0.5s;
}
@keyframes login_mation {
from {
background-color: rgba(255, 255, 255, 0.582);
box-shadow: 0px 0px 15px 2px rgb(190, 225, 255);
}
to {
background-color: transparent;
box-shadow: 2px 2px 15px 2px rgb(190, 225, 255);
}
}
优化建议:
1. 添加过渡效果,使按钮 hover 时更加平滑
2. 将选择动画添加到 hover 触发的样式中,避免在加载页面时就执行动画
3. 将动画的定义移到样式表的最后面,避免影响其他样式的加载速度
阅读全文