-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一个函数中同时取多个变量 #6
Comments
您好,您实现了一个函数中同时取多个变量了么? |
@myt889 实现了,可以自己写一个类,把需要的变量包装进去,虽然实现不算优雅,但能达到这个目的。 |
可以分享一下你实现的代码吗?谢谢 |
@myt889 @mrlonely426 Here is my modification Visualizer to get multiple local variables. Thanks @luo3300612 for the shared code again and hope this can help you. |
thanks!!!
…------------------ 原始邮件 ------------------
发件人: "luo3300612/Visualizer" ***@***.***>;
发送时间: 2022年8月4日(星期四) 晚上6:44
***@***.***>;
抄送: "ᑋᵉᑊᑊᵒ ***@***.******@***.***>;
主题: Re: [luo3300612/Visualizer] 一个函数中同时取多个变量 (Issue #6)
@myt889 @mrlonely426 Here is my modification Visualizer to get multiple local variables. Thanks @luo3300612 for the shared code again.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者你好,最近用了一下你的这个小工具,非常好用。但是有个问题,比方说我想一次性获取forward函数中的多个变量,请问我该怎么做?
The text was updated successfully, but these errors were encountered: