gpt4 book ai didi

string - 如何使用传递的字符串进行转换?

转载 作者:行者123 更新时间:2023-12-05 00:28:35 25 4
gpt4 key购买 nike

这更像是一种学习练习,但我希望这会有所帮助。

我想创建一个这样的函数:

function array_to_array ($stuff, $new_type){
$new_stuff = $stuff -as $new_type
$new_stuff
}

我在传递字符串甚至是诸如 [char] 之类的值时遇到问题对于 new_type。
我想我需要做类似 $type = [char] 的事情但我试图让它尽可能基于字符串?

有没有办法做到这一点?比如激活一个字符串?

最佳答案

你可以做:

[type] $new_type = "string"

在功能上,它将是:
function array_to_array ($stuff, [type]$new_type){
$new_stuff = $stuff -as $new_type
$new_stuff
}

array_to_array 1 "string"

关于string - 如何使用传递的字符串进行转换?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18770535/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com