vivion27 发表于 2018-9-3 10:43:30

Powershell学习笔记2-数字

十六进制数  The last item we cover in this section is hexadecimal literals. When working with computers, it’s obviously useful to be able to specify hex literals. PowerShell uses the same notation as C, C#, and so on; namely preceding the number with the sequence “0x” and allowing the letters A-F as the extra digits. As always, the notation is caseinsensitive as shown in the following examples.

页: [1]
查看完整版本: Powershell学习笔记2-数字