有什么浏览器插件,可以在浏览英文网站的时候,在右侧同屏显示翻译后的内容

讨论 未结 3 41
zhuwd
zhuwd 会员 2022年9月19日 06:58 发表
收藏(0)  分享
相关标签: 灌水交流
注意:本文归作者所有,未经作者允许,不得转载
3个回复
  • nekoneko
    2022年9月19日 06:58
    有个插件 沙拉查词 , 右键->沙拉查词->彩云小译翻译页面, 可以上下文对照, 比如: ``` Continuing the recent theme of blog posts about Go tooling, this post will briefly discuss how analysis tools interact with one of Go's newest features - generics. As usual, this post provides a motivating example and discusses a couple of approaches to writing a tool. The full code is on GitHub. 延续最近关于 Go 工具的博客文章的主题,本文将简要讨论分析工具如何与 Go 的最新特性之一——泛型交互。像往常一样,这篇文章提供了一个激励人心的例子,并讨论了几种编写工具的方法。全部代码在 GitHub 上。 As a motivating example, let's find all calls to generic functions in a module, and the instantiated type arguments for that call. We'll use this code sample: 作为一个有启发性的示例,让我们查找对模块中的泛型函数的所有调用,以及该调用的实例化类型参数。我们将使用这个代码示例: ```
    0 0