猫史档案馆


ddvy

ddvy

Lv.1

g

获赞:236收藏:98浏览:10261作品收藏:136

签名:我的爱好是敲代码 讨厌的事是捉虫(Debug) 我最大的愿望永远永远不脱发

回复帖子评论
上一页1 页 / 共 1下一页

老鼠大于地球事件! 中回复

悄悄地告诉大家

比较大小的积木后是ASCll表

下面为大家截取一些:

center_image

 

 

 

所以才会出现

center_image

 

 

2023-06-10T10:28:14 点赞:5

【新一代编辑器上线预告】手机电脑都能用的Kitten N要来啦! 中回复

好期待Kitten N全新的函数功能

2023-06-16T21:06:59 点赞:0

【新一代编辑器上线预告】手机电脑都能用的Kitten N要来啦! 中回复

emotion_编程猫_加油

2023-06-16T21:07:11 点赞:0

【新一代编辑器上线预告】手机电脑都能用的Kitten N要来啦! 中回复

会不会在抄袭Scratch

Oh.No是借鉴

center_image

 

 

 

 

 

 

center_image

2023-06-16T21:22:29 点赞:1

【新一代编辑器上线预告】手机电脑都能用的Kitten N要来啦! 中回复

酷辣!好空白!

emotion_doge体验版链接:https://kn.codemao.cn/

center_image

center_image

2023-06-18T14:17:15 点赞:0

有大佬能指点一下制作思路吗?最近写了个c++小游戏 中回复

666

2023-06-22T21:06:17 点赞:0

好好瞧瞧! 中回复

emotion_dogeemotion_doge

2023-07-08T16:06:37 点赞:1

【CoCo 最强攻略】一个神奇的应用制作工具! 中回复

https://wa喵le.coco-central.cn/

2023-08-05T09:13:10 点赞:0

【CoCo 最强攻略】一个神奇的应用制作工具! 中回复

onst types = {
    isInvisibleWidget: true,
    type: "BASE_WIDGET",
    icon: "https://waddle.coco-central.cn/static/img/logo/logo-white.svg",
    title: "Base编解码",
    version: "1.0.0",
    isGlobalWidget: true,
    properties: [],
    methods: [],
    events: [],
};

class Widget extends InvisibleWidget {
    constructor(props) {
        super(props);

    }

}
// 放置一个方法积木,返回值字符串

  types['methods'].push({
      key: 'Base',
      label: 'Base解编码',
      params: [  // 放置一个输入参数,用于用户输入

          {
              key: 'text',
              label: '解/编码内容',
              valueType: 'string',
              defaultValue: '书写内容',
          },
    // 放置一个下拉参数,检查模式

          {
              key: 'mode',
              label: '模式',
              valueType: 'string',
              dropdown: [
        { label: '编码', value: '编码', },

        { label: '解码', value: '解码', },
      ],
          },


  ],
      valueType: 'string',

  })
  Widget.prototype.Base = function (text,mode,) {
        // 检查模式,取参数(mode)的值
      if (mode == '编码') {
        // 用户选择了“编码”模式
          // 取参数(text)的值进行编码并返回
            // 使用BASE编码并返回
            return (btoa(encodeURI(text)));

      }
      if (mode == '解码') {
        // 用户选择了“解码”模式
          // 取参数(text)的值进行编码并返回
            // 使用BASE解码并返回
            return (decodeURI(atob(text)));

      }

2023-08-05T14:42:21 点赞:1

曾今的我啊啊 中回复

5555555

2023-08-19T13:53:02 点赞:0

【作品分享】绘制机器人 中回复

下载链接:

center_image

2023-09-23T10:53:25 点赞:0

【Python作品分享】超级老六 中回复

改进版:

 

while True:
    print('糟了糟了,你的小坤坤不见了')
    print('1到wc')
    print('2到小日子')
    n = input('要到哪')
    if (n == 1):
        print('阿短在上wc')
        print('1打扰他')
        print('2一起上wc')
        wc = input('要干啥')
        if (wc == 1):
            print('你被他杀了')
        else:
            print('你拉不出来,你被气死了')
    elif (n == 2):
        print('你看见了一颗核弹')
        print('1点燃')
        print('2不管')
        wc = input('要干啥')
        if (wc == 1):
            print('你炸了小日子,中国奖励了你一个小坤坤')
            print('你尽情地拉喵,尿尿')
        else:
            print('你找不到,你被憋尿憋死了')
    else:
        print("滚")
    print("One more round!")
    print("    ")
    print("    ")

 

2023-09-24T21:19:59 点赞:0

Kitten编程猫中,请问下角色的大小和坐标系有什么关系 中回复

150%带不了像素单位

2024-01-21T10:30:40 点赞:0

这叫做开发者模式...... 中回复

用的是google

center_image

2024-03-16T17:27:45 点赞:2

python的最新下载方式(官方网址下载) 中回复

idle怎么安装

2024-08-05T20:37:22 点赞:0

【Python作品分享】蔡徐坤【教程贴】 中回复

泰裤辣emotion_dogeemotion_dogeemotion_dogeemotion_doge

center_image

2024-08-06T13:58:57 点赞:0