博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How type conversion works
阅读量:5083 次
发布时间:2019-06-13

本文共 550 字,大约阅读时间需要 1 分钟。

$s = "VMS";

$OFS = "";
[string] [char[]] ([int[]] [char[]] $s | foreach{$_+1})

 

Output: WNT

$OFS (Output Field Separator): When PowerShell converts arrays to strings, it takes each array element, converts that element into a string, and then concatenates all the pieces together. Because this would be an unreadable mess, it inserts a separator between each element. That separator is specified using the $OFS variable. It can be set to anything you want, even the empty string.

转载于:https://www.cnblogs.com/fast-michael/archive/2012/12/30/2839483.html

你可能感兴趣的文章
使用 Spring 2.5 基于注解驱动的 Spring MVC
查看>>
[离散时间信号处理学习笔记] 15. 模拟信号的数字处理
查看>>
docker安装
查看>>
HTML基础---表单
查看>>
线程安全单例(用Qt原子指针和模板实现)和单线程单例
查看>>
memcached安装问题
查看>>
雪碧图的使用方法
查看>>
LintCode "Continuous Subarray Sum II"
查看>>
LeetCode "Binary Tree Vertical Order"
查看>>
HackerRank "Larry's Array"
查看>>
[Checked (vid only)] Cousera - Machine Learning by Andrew Ng
查看>>
Python攻克之路-异常处理
查看>>
Problem 3 - Largest prime factor
查看>>
poi 技术动态更新 Excel模板内容,动态更新内容
查看>>
开启mysql远程登录
查看>>
Java调用JavaScript
查看>>
面试题
查看>>
skyweaver 手把手教你写css3通用动画
查看>>
推荐几款微信常用组件
查看>>
Winform开发框架之通用数据导入导出操作的事务性操作完善
查看>>