$V2EX
Solana
Give SOL to Copy Address
使用 SOL 向 h503mc 打赏,数额会 100% 进入 h503mc 的钱包。
 h503mc's recent timeline updates
h503mc

h503mc

V2EX member #440477, joined on 2019-09-09 20:40:30 +08:00
Per h503mc's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
h503mc's recent replies
Dec 3, 2025
Replied to a topic by autumnshine Node.js 关于 Node.js 中的事件循环问题。
@Livid #13 AI
Jul 29, 2024
Replied to a topic by jaoyina Windows Windows11 沙盒功能如何打开就有中文输入法
<Configuration>
<LogonCommand>
<Command>powershell -command "$a=Get-WinUserLanguageList;$a.Add('zh-Hans-CN');Set-WinUserLanguageList $a -Force"</Command>
</LogonCommand>
</Configuration>

保存为 a.wsb ,双击打开

Ref:https://github.com/empty-233/tencent-sandbox/blob/main/Scripts/addzh-cn.ps1

WSB 配置文件格式:https://learn.microsoft.com/zh-cn/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-configure-using-wsb-file
支持一下~
这是我的理解

jack(PrimaryStudent 的实例)的原型是一个 Student 实例(因为 PrimaryStudent 类扩展了 Student 类)
所以 helloPrimaryStudent 方法在 jack.[[Prototype]]实例上并且 jack.[[Prototype]]的名字是 Student

同理,jack 原型的原型是一个 Object 实例(因为 Student 类默认扩展 Object 类)
所以 helloStudent 方法在 jack.[[Prototype]].[[Prototype]]实例上并且 jack.[[Prototype]].[[Prototype]]的名字是 Object

不要被 object 的构造函数的类名骗了

@seakingii #1 +1
Aug 13, 2021
Replied to a topic by aglsv JavaScript 关于插入 div 的问题
[...div.children].forEach(element=>dom_exeStartPrev.insertAdjacentElement("afterend",element));

其他同 #2
Aug 13, 2021
Replied to a topic by aglsv JavaScript 关于插入 div 的问题
试试 dom_exeStartPrev.insertAdjacentElement("afterend",div)

如果是要让 div 在 dom_exeStartPrev 底下,那么就把 afterend 换成 beforeend

参见 https://developer.mozilla.org/zh-CN/docs/Web/API/Element/insertAdjacentElement

ps:你应该打印 dom_exeStartPrev.parentNode 才对
@phx13ye 不小心点了回复键
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2518 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 12:15 · PVG 20:15 · LAX 05:15 · JFK 08:15
♥ Do have faith in what you're doing.